home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / src / gcc-257 / config / m68k / x-next < prev    next >
Encoding:
Text File  |  1992-11-04  |  186 b   |  9 lines

  1. # Make assignments for compiling on NeXT with their compiler version.
  2. CC=cc -traditional-cpp
  3. OLDCC=cc -traditional-cpp
  4.  
  5. libgcc2.a: stdarg.h
  6.  
  7. stdarg.h:
  8.     cp $(srcdir)/gstdarg.h ./stdarg.h
  9.